-
Couldn't load subscription status.
- Fork 2
Update rspack monorepo to v1.5.8 #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
elastic-renovate-prod
wants to merge
1
commit into
main
Choose a base branch
from
renovate/rspack-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
93da62c to
f46b1a8
Compare
f46b1a8 to
e79a9d0
Compare
e79a9d0 to
cb04a63
Compare
cb04a63 to
53408e9
Compare
53408e9 to
9a7f895
Compare
9a7f895 to
5b0115a
Compare
5b0115a to
64fb163
Compare
64fb163 to
2e5041c
Compare
2e5041c to
b7e21e4
Compare
b7e21e4 to
7e40559
Compare
7e40559 to
6e29a7d
Compare
6e29a7d to
3132453
Compare
3132453 to
311a5aa
Compare
311a5aa to
edbcdb9
Compare
edbcdb9 to
7464cf1
Compare
7464cf1 to
13636c4
Compare
13636c4 to
75afcfc
Compare
75afcfc to
094cd7b
Compare
094cd7b to
ee7d97f
Compare
ee7d97f to
fa77c93
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.3.15->1.5.81.3.15->1.5.8Release Notes
web-infra-dev/rspack (@rspack/cli)
v1.5.8Compare Source
Highlights 💡
Enhanced Tree Shaking for Nested Exports in Destructuring
Rspack now supports more precise tree shaking for nested exports accessed through destructuring assignments.
What's Changed
Performance Improvements ⚡
New Features 🎉
commonjsoptions by @fi3ework in https://github.com/web-infra-dev/rspack/pull/11744Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.5.7...v1.5.8
v1.5.7Compare Source
Highlights 💡
Improved Tree Shaking for Dynamic Import
.then()This release enhances tree shaking capabilities specifically for the
.then()callbacks of dynamic imports. Rspack can now statically analyze and eliminate unused exports when destructuring is performed on the resolved module within promise chains:JSX Preserve Support
Rspack now supports parsing and preserving JSX syntax. This allows JSX syntax to be parsed without transformation, making it compatible with external JSX transformers.
What's Changed
New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v1.5.6...v1.5.7
v1.5.6Compare Source
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
serdefeature oflightningcssby @colinaaa in https://github.com/web-infra-dev/rspack/pull/11706Bufferby @CPunisher in https://github.com/web-infra-dev/rspack/pull/11714Refactor 🔨
owned_or_refimplement rkyv macro by @jerrykingxyz in https://github.com/web-infra-dev/rspack/pull/11708Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.5.5...v1.5.6
v1.5.5Compare Source
What's Changed
Bug Fixes 🐞
Document Updates 📖
emitRecordscompiler hook by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/11671resolve.extensionsconfiguration by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/11672Other Changes
Full Changelog: web-infra-dev/rspack@v1.5.4...v1.5.5
v1.5.4Compare Source
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
moduleidentifier as normal (#11588)" by @fi3ework in https://github.com/web-infra-dev/rspack/pull/11630Refactor 🔨
Document Updates 📖
Preview with stackblitzsection by @CPunisher in https://github.com/web-infra-dev/rspack/pull/11614BrowserHttpImportEsmPluginand add "Using Module Federation" by @CPunisher in https://github.com/web-infra-dev/rspack/pull/11640Other Changes
tests/rspack-testby @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/11617New Contributors
Full Changelog: web-infra-dev/rspack@v1.5.3...v1.5.4
v1.5.3Compare Source
Highlights 💡
Advanced tree-shaking
Rspack v1.5.3 ships advanced tree-shaking for dynamic imports via member expression analysis.
Ongoing improvements are in progress, and upcoming releases will continue to improve static analysis to cover more syntax patterns, such as
dynamic importwith a subsequent.then().What's Changed
Performance Improvements ⚡
New Features 🎉
ModuleFederationPluginby @CPunishhttps://github.com/web-infra-dev/rspack/pull/11558/11558postprocessandResolvedRequesttoBrowserHttpImportEsmPluginby @CPunishhttps://github.com/web-infra-dev/rspack/pull/11571/11571Bug Fixes 🐞
jsc.output.charsetin swc loader by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11568/11568moduleidentifier as normal by @fi3ewohttps://github.com/web-infra-dev/rspack/pull/11588/11588Refactor 🔨
Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.5.2...v1.5.3
v1.5.2Compare Source
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
link.hreffor extract-css runtime by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/11547Refactor 🔨
Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v1.5.1...v1.5.2
v1.5.1Compare Source
What's Changed
Performance Improvements ⚡
ProgressPlugin,RsdoctorPluginandRstestPluginby @CPunisher in https://github.com/web-infra-dev/rspack/pull/11484Bug Fixes 🐞
SwcJsMinimizerRspackPluginby @CPunisher in https://github.com/web-infra-dev/rspack/pull/11496Refactor 🔨
Document Updates 📖
Rule.typewith more details by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/11503Other Changes
Full Changelog: web-infra-dev/rspack@v1.5.0...v1.5.1
v1.5.0Compare Source
🎉 See Announcing Rspack 1.5 for more details.
What's Changed
Breaking changes 💡
Performance Improvements ⚡
try_to_addof module concatenation by @LingyuCodhttps://github.com/web-infra-dev/rspack/pull/11279/11279fmt_debugtononeby @CPunishhttps://github.com/web-infra-dev/rspack/pull/11439/11439get_schemeby @CPunishhttps://github.com/web-infra-dev/rspack/pull/11475/11475Mutex<Option<T>>withOnceLock<T>by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11480/11480New Features 🎉
@rspack/browserby @CPunishhttps://github.com/web-infra-dev/rspack/pull/10870/10870experiments.swcin parallel loader context by @jbrohttps://github.com/web-infra-dev/rspack/pull/11300/11300importexternalized module to webpack modules by @fi3ewohttps://github.com/web-infra-dev/rspack/pull/11358/11358[folder]template string inlocalIdentNameoption by @mochiyahttps://github.com/web-infra-dev/rspack/pull/11356/11356BrowserImportEsmPluginby @CPunishhttps://github.com/web-infra-dev/rspack/pull/11431/11431BrowserRequirePluginand remoConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.